Northwoods.GoWPF 2.2.4 Assembly
GraphModel.CopyDictionary<NodeType,NodeKey> Class
Members 

This nested class is used during copying to hold a mapping of original nodes to newly copied nodes.
Syntax
Public NotInheritable Class GraphModel.CopyDictionary
    (Of NodeType,NodeKey) 
   Implements ICopyDictionary 
public sealed class GraphModel.CopyDictionary<NodeType,NodeKey> : ICopyDictionary  
Type Parameters
NodeType
NodeKey
Remarks

This ICopyDictionary is used during the two-pass copying process to keep track of which newly copied node data correspond to which original node data.

Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call GraphModel<NodeType,NodeKey>.CreateCopyDictionary to allocate an instance.

This collection class does not support separate link data.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphModel`2.CopyDictionary<NodeType,NodeKey>

Requirements
See Also

Reference

GraphModel.CopyDictionary<NodeType,NodeKey> Members
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback